gtk3-demo: Fix Visual Studio Builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 May 2015 09:36:15 +0000 (17:36 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 May 2015 09:36:44 +0000 (17:36 +0800)
Add the new cursors demo to the projects, so that gtk-demo will properly
build.

build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs10/gtk3-demo.vcxproj.filters
build/win32/vs9/gtk3-demo.vcproj

index fed8cc32eae2c1c79a152383483e522d4368e6e3..63f6fbf44913792b5389153c8062d12a005354f3 100644 (file)
     <ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\cursors.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\dialog.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\drawingarea.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c" />
index 42262854d01cbf6d3407626ecc10b4ce1687c688..83ea323c9abb8f0015df62629458e25f2030aefe 100644 (file)
@@ -24,6 +24,7 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\css_multiplebgs.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\css_pixbufs.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\css_shadows.c"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\..\..\demos\gtk-demo\cursors.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\dialog.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\drawingarea.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\editable_cells.c"><Filter>Source Files</Filter></ClCompile>
index 21f14bee5cc98ec7698f02c99ac39c5b1e66e379..6b908eb7f09fa12c060fc1d565616fb2e7711001 100644 (file)
                        <File RelativePath="..\..\..\demos\gtk-demo\css_multiplebgs.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\css_pixbufs.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\css_shadows.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\cursors.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\dialog.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\drawingarea.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\editable_cells.c" />